/**底部**/
.footer {
  --color-rgb: 255,255,255;
  --hover-rgb: var(--main-rgb);
  font-size: 17px;
  line-height: 1.4em;
  color: rgba(var(--color-rgb), 1);
  background-color:#333;
}
.footer a:hover {
  color: var(--main-third-color);
}
.footer .top {
  border-bottom: 1px solid #666;
  padding-top: 60px;
  padding-bottom: 40px;
}
.footer .menus .menus-li {
  width: calc(100%/6);
  padding-right: 30px;
}
.footer .menus .menus-title {
  margin-bottom: 10px;
  font-size: 1.176em;
  font-weight: bold;
}
.footer .menus .menus-a-s {
  padding-top: 12px;
  color: #ededed;
}
.footer .menus .menus-a-s .a-box {
  padding: 0.5em 0;
}
.footer .menus .menus-a-s a {
  display: inline-block;
  vertical-align: top;
  transform: translateX(0);
  transition: transform 0.4s, color 0.3s;
}
.footer .menus .menus-a-s a:hover {
  transform: translateX(0.3em);
}
.footer .bot {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .footer {
    font-size: 0.26rem;
  }
  .footer .top {
    display: none;
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
  }
  .footer .menus .code-block {
    display: flex;
    margin-top: 0.4rem;
    max-width: 100%;
    width: 100%;
    padding: 0;
    justify-content: center;
  }
  .footer .bot {
    border-top: 0 none;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    text-align: center;
    font-size: 0.26rem;
  }
  .footer .bot .left-cont,
  .footer .bot .right-cont {
    width: 100%;
    max-width: 100%;
  }
}
